home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_789 / frame_25 / DoAction.as
Text File  |  2008-11-12  |  347b  |  21 lines

  1. if(_root.timer > 1)
  2. {
  3.    _root.timer--;
  4.    count++;
  5.    if(count >= Math.round(0.1 * _root.starttimer))
  6.    {
  7.       count = 1;
  8.       _root.corntouse = _root.corntouse + 1;
  9.    }
  10.    gotoAndPlay(2);
  11. }
  12. else
  13. {
  14.    _root.timer = "00";
  15.    _root.wait = true;
  16.    _root.corntouse = 0;
  17.    count = 0;
  18.    stop();
  19.    _root.dead("outtatime");
  20. }
  21.